projects
/
utf8proc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ba042cf
)
fix make clean
author
Steven G. Johnson
<stevenj@alum.mit.edu>
Fri, 27 Apr 2018 13:30:37 +0000
(09:30 -0400)
committer
Steven G. Johnson
<stevenj@alum.mit.edu>
Fri, 27 Apr 2018 13:30:37 +0000
(09:30 -0400)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index 9a0cb5146ea7694e760a103cb6a457dc2b8efb24..29aa99b2643ebe44c73f2b8c1f6452cbaa2dad89 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-48,7
+48,7
@@
clean:
ifneq ($(OS),Darwin)
rm -f libutf8proc.so.$(MAJOR)
endif
- rm -f test/tests.o test/normtest test/graphemetest test/printproperty test/charwidth test/valid test/iterate test/case test/custom
+ rm -f test/tests.o test/normtest test/graphemetest test/printproperty test/charwidth test/valid test/iterate test/case test/custom
test/misc
rm -rf MANIFEST.new tmp
$(MAKE) -C bench clean
$(MAKE) -C data clean